Set up Cursor Cloud dev environment for the Ref docs site#27
Draft
MatthewDailey wants to merge 2 commits into
Draft
Set up Cursor Cloud dev environment for the Ref docs site#27MatthewDailey wants to merge 2 commits into
MatthewDailey wants to merge 2 commits into
Conversation
Co-authored-by: Matthew Dailey <[email protected]>
Co-authored-by: interactivexrobot <[email protected]>
cursor
Bot
force-pushed
the
cursor/custom-launchers-documentation-dfae
branch
from
July 9, 2026 22:43
b2ee6af to
88bfbea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This repository is the Mintlify documentation site for Ref. It has no application backend, no
package.json, no database, and no test suite. Setting up the dev environment therefore reduces to installing the Mintlify CLI and running its local preview server.Changes:
AGENTS.mddocumenting the tooling (mint), how to run/preview (mint dev→http://localhost:3000), the closest validation step (mint broken-links), and non-obvious gotchas (authenticated search, pre-existing broken links, no local build/test).The startup update script installs the CLI globally:
sudo env "PATH=$PATH" npm install -g mint.Verification
mint --version→4.2.680mint devserves the docs athttp://localhost:3000(HTTP 200,<title>Welcome! - Ref</title>)mint broken-linksruns (reports 2 pre-existing broken links, unrelated to this change)ref_docs_mintlify_dev_walkthrough.mp4
Ref docs landing page
Ref docs Quick Start page
To show artifacts inline, enable in settings.